home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / logins / loginchk / ttmanual.txt < prev    next >
Text File  |  1996-07-10  |  19KB  |  486 lines

  1. Tamalpais Technologies - The Login Checker II
  2. Copyright (c) 1991, 1992, 1993, 1994 - All rights reserved
  3. ────────────────────────────────────────────────────────
  4.  
  5.  
  6. Introduction 
  7. ──────────────
  8. One day, I was sitting at my desk at work (I was a MIS/Help Desk manager for 
  9. a major software company) when the phone rang. It was someone from the 
  10. Marketing deparment, they were in Excel in Windows and they could not print to 
  11. the printer, it gave them some error message.  I explained to the person 
  12. (who has great Marketing skills but little computer skills) that the problem 
  13. most likely was due the fact that she had not logged in. This got me 
  14. thinking... This was the third call that day for a problem related to the fact 
  15. that the employee had not logged in.  Of course I couldn't blame the employee, 
  16. the message that they were not logged in flashes by as the rest of their 
  17. AUTOEXEC.BAT file is executed.  
  18.  
  19. I asked myself, why didn't Novell make the login.exe program check to see
  20. if you logged in correctly and if not, ask you to try again?
  21.  
  22. So I dusted off my 'C' manuals, turned on my tunes on and got to work on trying 
  23. to correct this little problem.  Hence, the birth of The Login Checker.   I
  24. implemented it at the company that I work for and after 3 weeks of not having 
  25. ANY calls related to not logging in (and having no one complain about any 
  26. problems with The Login Checker itself - could the first try be bug free??)  
  27. I decided that maybe others could benefit from this handy dandy tool. After 
  28. only 2 months over 200 people downloaded it from Compuserve, so I must have
  29. been right!  Since then over 6,500 people downloaded this product and it has 
  30. been registered for use for over 35,000 network users!
  31.  
  32. After having it in place at work for a couple of months I noticed another 
  33. hidden benefit.   Many of the employee's liked to add there login name after 
  34. the login call in their AUTOEXEC.BAT (saving them from having to type it in).  
  35. This was great for them but frustrating to the Help Desk staff because if you 
  36. wanted to do any work setting up there machine you had to either not login 
  37. (and miss whatever setup pertained to the network in their AUTOEXEC.BAT) or 
  38. change their AUTOEXEC.BAT and reboot.  What a pain.  With The Login Checker, 
  39. all we needed to do was press return at the PASSWORD: prompt and type in our
  40. own login name and password instead.  Life is good again and we go home 
  41. smiling now (most of the time!).
  42.  
  43. The easiest way to test the Login Checker and use it is to simply copy the 
  44. two files (TTLOGIN.EXE and TTLOGIN.CFG) to the LOGIN directory and change 
  45. your AUTOEXEC.BAT to use TTLOGIN.EXE.  If you ever feel the need to login 
  46. using the regular Novell login, you can always type LOGIN.EXE.  
  47.  
  48. I hope you The Login Checker is as useful to you as it was to us.  Many 
  49. thanks to all of you who have send me your comments on the program and 
  50. those of you who have joined our family of registered users. Please 
  51. send me any comments you have about the product, good or bad, and any 
  52. ideas you have that would improve it.   
  53.  
  54.  
  55. Time Savings
  56. ────────────
  57. For every 100 employees, about four of  them will not log in correctly into 
  58. your network.  Most of the time, this will result in a call to the help desk.  
  59. If that help desk call takes an average of six minutes to solve, two employees 
  60. could be working on something else for a total of 12 minutes... 
  61.  
  62. 4 x 12 = 48 minutes daily
  63. 48 x 22*  = 1056 minutes a month
  64. 1056 / 60 = 17.6 hours a month
  65.  
  66. (*22 is the average number of working days each month) 
  67.  
  68. The login Checker will insure that your end users will log into the network 
  69. correctly every time.  The program monitors the login and verifies that it 
  70. was successful.  If the login sequence was not a success, it will ask you if you 
  71. want to attempt the login again. How much does 17.6 hours of work time cost
  72. your company every month?
  73.  
  74. With this product, network users never bother the help desk again! 
  75.  
  76.  
  77. Full Working Copy:
  78. ──────────────────
  79. This is a full working copy of The Login Checker.  It is not crippled 
  80. in anyway.  
  81.  
  82.  
  83. Description:
  84. ──────────────
  85. The Login Checker is a program that is designed to check whether you have 
  86. logged into a Novell network or not.  This is advantageous for several 
  87. reasons:
  88.  
  89.         *       Less typing and frustration when logging in.
  90.         *       Less calls to the MIS / System Administration  /
  91.             Help desk - because employees will know when they 
  92.             type their login name or password incorrectly.
  93.             (Most of the time they do not know they did not
  94.             login because the login command is part of the 
  95.             autoexec.bat file, so the 'Access denied' message 
  96.             scrolls past before they can read it).
  97.  
  98.         *       If a station is set up to login with that person's
  99.             login name (I.E. LOGIN MIKE), pressing return with
  100.             TTLOGIN will ask you for the new login name, so that
  101.             if someone else wants to log in to that station (such
  102.             as System Administrators!) all the network commands in 
  103.             the 'AUTOEXEC.BAT' file that requires network login
  104.             are still executed.                        
  105.  
  106.  
  107. How to Use:
  108. ────────────
  109.  
  110. Copy the two files (TTLOGIN.EXE and TTLOGIN.CFG) into the F:\LOGIN directory
  111. (you must be logged in as supervisor to do this).  Then type (or add to your 
  112. `autoexec.bat' file):
  113.  
  114.             ttlogin <LOGINNAME>
  115.  
  116. You will need to keep LOGIN.EXE in that same directory.  If you login without 
  117. making any mistakes, it will look and act just like regular LOGIN.EXE.  If 
  118. you mistype your login name or password, The Login Checker will ask you if 
  119. you want to login again.  This continues until you either login correctly or 
  120. answer no to the question.
  121.  
  122.  
  123. New features in version 2.50  
  124. ──────────────────────────────
  125.  
  126.     *  Eliminate the ability for users to exit:
  127.  
  128. One of the requests that I received the most was to allow administrators
  129. the ability to remove the 'Exit' option from the Login Checker.  This feature
  130. has been added to version 2.50.
  131.  
  132.     *  Administrator modifable Help 
  133.  
  134. The administrator can now personalize the help menu.  This will allow 
  135. administrators to give information specific to their company (like who 
  136. to call when trouble arises) in the 'view info(Help)' section. (This feature
  137. was actually introduced in version 2.03)
  138.   
  139.   *  Explanations in the user configuration file (TTLOGIN.CFG). 
  140.  
  141. I have added the lines that explain what each line means in the configuration
  142. file.  This should help the administrator setup and modify the Login Checker.
  143.  
  144.  
  145. Using the Help File Feature
  146. ───────────────────────────
  147. To modify the help, you need to use an ASCII editor.
  148. The file that contains the help information is TTLOGIN.HLP.
  149. The information should not be greater than 65 characters wide or 
  150. more than 13 lines long.  Information bigger than that size will 
  151. be ignored.  
  152.  
  153.  
  154. Eliminating the 'Exit'
  155. ──────────────────────
  156. The last line of the configuration file (TTLOGIN.CFG) is an option that
  157. indicates whether you want to show the 'Exit' option from the Login
  158. Checker.  Enter 'Yes' (the default) if you want 'Exit' to show up on
  159. the menu, and 'No' if you do not want to to appear.  System administrators
  160. can still exit the Login Checker by pressing a '~' (Tilda).
  161.  
  162.  
  163. Format of the Configuration file
  164. ─────────────────────────────────
  165. The configuration file (TTLOGIN.CFG) needs to maintaint the format that 
  166. it is in when received from distribution.  
  167.  
  168. That is:
  169.  
  170.     First line   = Comments
  171.     Second line  = Network login file name (LOGIN.EXE)
  172.     Third line   = BLANK
  173.     Forth line   = Comments
  174.     Fifth line   = File server name (or BLANK)
  175.     Sixth line   = BLANK
  176.     Seventh line = Comments
  177.     Eighth line  = 'Yes' or 'No'
  178.  
  179. We recommend that you make a backup of the orginal file before making any 
  180. changes to this file.
  181.  
  182.  
  183. For Experienced System Adminstrators:
  184. ──────────────────────────────────────────
  185. System Adminstrators can easily give everyone access to TTLOGIN, without
  186. having to modify everyone's machines.  This is recommended for System
  187. Adminstrators that have experience with DOS and Novell. If you do not
  188. have much experience, you may want to use the method suggested above.
  189.  
  190. Here's how:
  191.  
  192.       * Login as supervisor.
  193.       * Copy TTLOGIN.EXE and TTLOGIN.CFG into the F:\LOGIN directory.
  194.       * Using `attrib' or another utility, remove the
  195.         'READ ONLY' tag from Novell's LOGIN.EXE program.
  196.       * Rename the orginal LOGIN.EXE to another name:
  197.  
  198.             REN LOGIN.EXE LGN.EXE
  199.  
  200.       * Rename TTLOGIN to LOGIN.EXE:    
  201.  
  202.             REN TTLOGIN.EXE LOGIN.EXE
  203.  
  204.       * Use an ASCII editor to change the Second line in TTLOGIN.CFG to the 
  205.         new name you gave Novell's LOGIN.EXE (I.E. LGN.EXE).
  206.  
  207.       * Reset the `READ ONLY' attribute on Novells LOGIN.EXE (now LGN.EXE). 
  208.  
  209. This makes it so that if anyone types LOGIN (or it is in an `autoexec.bat'
  210. file), it will automatically call The Login Checker.  Be careful NOT to delete 
  211. Novell's LOGIN.EXE.  You will need that to log in.
  212.  
  213. If you want to login without using The Login Checker, simply type the new name 
  214. you gave Novell's (LGN.EXE).
  215.         
  216. System Adminstrators can also modify the fifth line, which may help to 
  217. explain to end users which file server they are attaching to.
  218.  
  219.  
  220.  
  221. Registration: 
  222. ────────────────
  223.  
  224.   Register this product and you will receive:
  225.  
  226.        * The very latest version (with extra features)
  227.          and the 'UNREGISTERED' message removed. We will
  228.          personalize the Login Checker with your company 
  229.          name.
  230.        * Free technical support.
  231.        * A printed manual.
  232.        * Information on other Tam Tech products.
  233.        * A clear conscience!
  234.        * Free copy of WinStop software (See below!)
  235.  
  236.   ----------------------------------------------------------------------
  237.   NEW REGISTRATION INCENTIVE:
  238.   For a limited time, we are offering a free copy of Winstop (Ver 1.00) for 
  239.   each registration of the Login Checker!  Winstop is a DOS utility that 
  240.   will allows you to easily stop Windows from loading in your autoexec.bat 
  241.   file.  When called, it display's a timer that delays the loading of 
  242.   Windows a pre-defined amount of time (the default it 25 seconds). 
  243.   This gives you the change to exit to DOS instead of going directly into 
  244.   Windows.  The utility is easy to install and will save you from attempting   
  245.   to break the automatic loading of Windows with <CNTL-C> (which never 
  246.   works!).
  247.  
  248.   Registering the Login Checker gets you this handy utility, FREE!
  249.   Please mention this offer when you register the product (or use the 
  250.   order form in ORDER.DOC.
  251.  
  252.   This offer expires December 31st, 1995.
  253.   ----------------------------------------------------------------------
  254.  
  255.   The Login Checker is shareware (give one to a friend!), but NOT freeware
  256.   You must register the copy (and pay the fee) to use it (we do want to eat!)
  257.  
  258.   When you register the copy, Tamalpais Technologies will send you the latest
  259.   version.  This copy will include all new features developed so far.
  260.  
  261.   Some ideas we may include in the future are:
  262.  
  263.       *  The ability to check for more than one file server on a network
  264.       *  Ability to explain to end users which server they are logging into
  265.      (Done, see above)
  266.       *  New features that we dream up before you get it!
  267.  
  268.  
  269.      Cost is:     $35 for every 50 network users
  270.  
  271.            Network users:                    Price
  272.         ------------------------------------------------
  273.            1   to 50                          $35.00
  274.            51  to 100                         $70.00
  275.            101 to 150                        $105.00
  276.            151 to 200                        $140.00
  277.            Anything over 200 users:          $175.00
  278.  
  279. * One site is one physical address.   You need to purchase a Login Checker 
  280. license for each site that is using the product.  
  281.  
  282. (Please include $2.50 for shipping and handling.)
  283.  
  284.  
  285. *** Unlimited, Corporate Wide License
  286. You can also purchase an unlimited, corporate wide license 
  287. (can be used at any branch of the company, including growth) for $750.  
  288.  
  289.  
  290.  
  291. You can register the product in one of four ways:
  292.  
  293.  
  294.     1)  Phone in the order (Monday - Friday:  9:00 to 6:00 PST):  
  295.     
  296.         Phone: (415) 927-0333
  297.  
  298.         ( You may pay by VISA or MC, COD,  or we will be happy 
  299.           to invoice you )
  300.  
  301.     
  302.     2)  Order through our BBS :
  303.  
  304.         We now have a TamTech BBS!  You can register through the 
  305.         BBS by entering 'REG' from the main menu.  You can also download
  306.         the very latest version of the Login Checker or download our 
  307.         other shareware products. The BBS is free.  
  308.         
  309.         The TamTech BBS number is: (415) 759-5529.
  310.  
  311.  
  312.     3)  Mail or Fax us the order to:
  313.  
  314.         Tamalpais Technologies
  315.         c/o Login Checker
  316.         P.O. Box 125
  317.         Larkspur, CA 94977
  318.  
  319.         Fax:   (415) 927-4619
  320.  
  321.         Please print the order form in ORDER.DOC (simply type
  322.         'ORDER' from the DOS prompt).  You may pay by check,
  323.         VISA / MASTERCARD, or we will be happy to invoice you.
  324.  
  325.  
  326.     4)  Paying through Compuserve
  327.  
  328.         You can now register Login Checker through Compuserve!  
  329.         It will get billed directly to your Compuserve account.  
  330.         Simply type GO SWREG and follow the instructions.  
  331.         Using the keyword search, search for 'TamTech'.
  332.  
  333.         You will need to order 1 copy for every 50 users.  For 
  334.         example, if your company has 150 network users, order 
  335.         3 copies (and you will be billed $105).  You can
  336.         use the chart above as a reference.
  337.  
  338.         If you would like to order multiple copies (for several 
  339.         sites) instead of for more users at one site, please Email 
  340.         us through Compuserve and explain how you would like it 
  341.         broken down.
  342.  
  343.  
  344. We will be happy to accept purchase orders.  You can either mail them to us,
  345. fax them in, or call the order in and give us the PO number over the phone.
  346.  
  347. Order Form:
  348. ───────────
  349. To print the order form, run 'ORDER.BAT' by typing:   ORDER
  350.  
  351.  
  352. Paying via VISA or MASTERCARD:
  353. ───────────────────────────────
  354. Tamalpais Technologies now excepts VISA and MASTERCARD.  to pay with by
  355. credit card, simply print out the order form (by typing 'ORDER' from the 
  356. DOS prompt), fill it out, and fax (or mail) it to us.  Please be sure to 
  357. sign the form.  
  358.  
  359. We can also take your credit card order over the phone. The BBS registration 
  360. system (at (415) 927-5529) can be used to register using credit cards.
  361.  
  362.  
  363. Tamalpais Technologies Complete Satisfaction Guarantee ...
  364. ────────────────────────────────────────────────────────────
  365.  
  366.      The Login Checker comes with a 60 day money day back
  367.      guarantee.  If you are unhappy with the product for any reason,
  368.      Tamalpais Technologies will refund your money in full. Simply call or
  369.      write TamTech within 60 days of purchase.
  370.  
  371.  
  372. Suggestions / Support:
  373. ─────────────────────────
  374.  
  375. We welcome suggestions for improved features for The Login Checker, as well as
  376. ideas for new utilities you'd like to see.  We already have some idea's we are
  377. playing with for future releases, such as automatic path correction (so that
  378. when you logout your path is returned to it's healthy state), message ability
  379. - so that the System Administrator can notify the user what server they are
  380. logging into, etc.
  381.  
  382. To contact us, write us at the above address, send us a Compuserve Email (to
  383. 73257,2166)  or call Tamalpais Technologies at (415) 927-0333.  We would like
  384. to here from you, so please do write or call us and tell us your compliments,
  385. problems, or new feature ideas.
  386.  
  387. You can also reach us at your Internet account:  
  388.  
  389.         tamtech@well.com
  390.  
  391.  
  392. Or our American Online Account:
  393.  
  394.         TamTech
  395.  
  396.       
  397. Disclaimer:
  398. ────────────────
  399.  
  400. This software has been tested thoroughly and is believed to be free of
  401. problems, however, software is one of the most complicated kind of product
  402. produced by humans. No person can be absolutely and completely certain that a
  403. piece of complicated software will work in any given machine and environment.
  404. Therefore, you are completely responsible for determining the fitness of this
  405. program and Tamalpais Technologies and it's staff are not liable for any damages.
  406.  
  407.  
  408. Trouble Spots (Common Problems and Frequently asked questions) ...
  409. ────────────────────
  410. There are a couple of issues with this version of the Login Checker that 
  411. may give you trouble:
  412.  
  413.  
  414.     Q.) When I run the Login Checker, it stay's in a loop and never atempts
  415.     to Login. Why is this?
  416.     ======================
  417.     A.) This is usually caused when someone has changed the name of Novell's
  418.     LOGIN.EXE file and did not change it in the TTLOGIN.CFG file. The name
  419.     of Novell's login must be entered in the TTLOGIN.CFG file.
  420.  
  421.     Intel Landesk Manager
  422.     =====================
  423.     The older versions of Intel's Landesk manager had a version of 
  424.     LOGIN.COM that did not work with the Login Checker.  The current
  425.     version does, and they will send you a new copy for free.  Please call
  426.     Intel's Technical Support and get an update.
  427.  
  428.     Netware 4.x
  429.     ===========
  430.     This version does not work with version 4.x of Netware.  If you have
  431.     version 4.x of netware, call us and we will put you on the list to
  432.     notify you when we get the Login Checker working with that release.
  433.  
  434.  
  435.  
  436. Are you a Catalog, Shareware Distributor, or BBS?
  437. ──────────────────────────────────────────────────
  438. Please see the VENDOR.DOC file for information about terms and conditions 
  439. for distribution of the Login Checker.
  440.  
  441.  
  442. About Shareware . . .
  443. ─────────────────────
  444. Shareware is a concept of "Try before you buy" software.  It allows you, the 
  445. customer to look at and use software before purchasing it.  This program is
  446. the full working version of the Login Checker, it is not crippled in any 
  447. way.  
  448.  
  449. Shareware works because people share good programs. If you like the Login 
  450. Checker and it works for you, give a copy to a friend!
  451.  
  452. We at Tamalpais Technologies live off the proceeds generated by shareware 
  453. sales.  Your registration allows us to create more products. Thank you for 
  454. your support.
  455.  
  456.  
  457.  
  458. Assocation of Sharware Professionals:
  459. ──────────────────────────────────────────
  460.  
  461.           ┌─────────┐
  462.     ┌─────┴───┐     │              (R)
  463.       ──│         │o    │──────────────────
  464.     │   ┌─────┴╨──┐ │  Association of
  465.     │   │         │─┘  Shareware
  466.     └───│    o    │    Professionals
  467.       ──────│    ║    │────────────────────
  468.         └────╨────┘    MEMBER
  469.  
  470.  
  471.  
  472.         "This program is produced by a member of the Association
  473.         of Shareware Professionals (ASP).  ASP wants to make sure
  474.         that the shareware principle works for you. If you are
  475.         unable to resolve a shareware-related problem with an ASP
  476.         member by contacting the member directly, ASP may be able
  477.         to help. The ASP Ombudsman can help you resolve a dispute
  478.         or problem with an ASP member, but does not provide
  479.         technical support for members' products. Please write to
  480.         the ASP Ombudsman at 545 Grover Road, Muskegon, MI
  481.         49442-9427 USA, FAX 616-788-2765 or send a Compuserve
  482.         message via CompuServe Mail to ASP Ombudsman 70007,3536"
  483.  
  484.  
  485.  
  486.